| The predefined variables will take the following values: |
| ${CALL_SUPER} |
|
a super method call, for void methods — [super methodName] with or without parameters;
for other methods — return [super methodName] with or without parameters
|
| ${RETURN_TYPE} |
|
the return type of the created method |
| ${DEFAULT_RETURN_VALUE} |
|
the value returned by the method by default |
| ${CONTAINING_CLASS} |
|
the name of the class where the method is overridden |
| All the predefined variables from the C File Header template (the Includes tab) are also available
(e.g.
${USER},
${DATE},
etc.)
|